constants

 

Example

The following is an example of how to reference the constants object:

	// The full path is required.
	dundas.controls.Treemap.constants.hoveredEventName
	

 

Properties

 
  Name Description
  hoveredEventName Triggered when the user has moved or hovered over a treemap node or away from one. Handlers are passed parameters with types jQuery.Event and TreemapNode, where the treemap node may be null.